﻿/*init*/ /*
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
/* 灰色首页*/
/*
html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	font-family:"Microsoft YaHei", arial, 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px;
}
*/
html { font-family: "Microsoft YaHei", arial, 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, *:after, *:before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; border: 0; background: transparent; vertical-align: baseline; }
ul, ol, li { list-style: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
a { text-decoration: none; color: #005fb4; }
.copyrights { text-indent: -9999px; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

@media print {
    * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    select { background: #fff !important; }
}

.clear:after { content: ''; display: block; clear: both; }
.tran { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }
.tran6 { transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }
.main { margin: 0 auto; width: 1400px; }
.main:after { content: ''; display: block; clear: both; }
.shade { position: fixed; left: 0; top: 0; z-index: 3; display: none !important; width: 100%; height: 100%; background-color: #000; opacity: .3; filter: alpha(opacity=30); }

/*公共样式*/
/*::-webkit-scrollbar { width: 5px; height: 5px; background-color: #dbdbdb; }
::-webkit-scrollbar-track { background-color: #dbdbdb; }
::-webkit-scrollbar-thumb { background-color: #064f96; }*/

/*header*/
body { padding-top: 74px; }
.head { position: fixed; left: 0; top: 0; z-index: 6; padding: 0 20px; width: 100%; background: #fff; box-shadow: 20px 0 20px 20px rgba(0, 0, 0, .05); }
.head-logo { float: left; }
.head-logo a { display: table-cell; vertical-align: middle; width: 177px; height: 74px; }
.head-logo img { display: block; width: 100%; }
.head-main { float: right; }
.head-ul { margin-left: 135px; float: left; }
.head-li { position: relative; float: left; margin: 0 23px; }
.head-li-a { position: relative; display: block; text-align: center; color: #333; border-bottom: 0 solid transparent; height: 74px; line-height: 74px; font-size: 14px; }


.head-li-a:after { content: ''; position: absolute; left: 0; bottom: 0; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; display: block; background: #01569b; width: 0; height: 3px; position: absolute; left: 50%; bottom: 0; }
.head-li.active .head-li-a:after, .head-li:hover .head-li-a:after { width: 100%; left: 0; transition: all 0.5s ease; }

.head-li-c { position: absolute; left: 0; top: 100%; width: 150px; opacity: 0; transform: translateY(15px); -webkit-transform: translateY(15px); visibility: hidden; }
.head-li-s { position: relative; overflow: hidden; padding: 8px 0; box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1); }
.head-li-c .head-li-s:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #FFF; opacity: 0.95; }
.head-li-c > span { height: 20px; line-height: 20px; position: relative; width: 100%; display: block; }
.head-li-c > span:after { content: ""; width: 0; height: 0; position: absolute; border-style: solid; border-width: 8px; border-color: transparent transparent #fff transparent; left: 20px; bottom: 0; }
.head-li-c a { display: block; text-align: center; line-height: 34px; color: #333; height: 34px; }
.head-li-c a:hover { color: #01569b; }
.head-li:hover .head-li-c { transform: none; -webkit-transform: none; opacity: 1; visibility: visible; transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }

.head-li-c.max { width: 320px; }
.head-li-c.max a { float: left; width: 50%; }

.head-com { float: right; }
.head-com-ser { float: left; width: 20px; height: 74px; background: url(../images/icon1.png) no-repeat center; background-size: 20px; cursor: pointer; }
.head-com-shop { float: left; width: auto; height: 74px; line-height: 74px; color: #333; }
.head-com span { margin: 0 20px; float: left; line-height: 74px; color: #EEE; font-family: '宋体'; }
.head-com-lang { margin-top: 27px; float: left; text-align: center; border: 1px solid #c3c3c3; border-radius: 10px; overflow: hidden; }
.head-com-lang a { margin: -1px; float: left; width: 36px; line-height: 20px; color: #555; font-family: arial; }
.head-com-lang a.active { background: #000; color: #fff; }
/*.head-ser{position: absolute;top: 100%;right: 0;padding:20px;display: none;background: #fff;border: 1px solid #f1f1f1;}
.head-ser input{float: left;width: 200px;height: 40px;line-height: 40px;}
.head-ser input[type=submit] { float: left; width: 40px; height: 40px; background: url(../images/icon1.png) no-repeat center; border: none; }
.head-ser.active { opacity: 1; top: 50px; }*/
.back-top { position: fixed; right: 10px; bottom: 20%; z-index: 2; display: none; width: 55px; height: 70px; cursor: pointer; background-size: contain; }
.back-top:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .8; }
.back-top:after { content: ''; position: absolute; left: 0; top: -8px; width: 100%; height: 100%; background: url(../images/icon8.png) no-repeat center; background-size: 22px; }
.back-top i { position: absolute; font-size: 12px; bottom: 8px; width: 100%; display: block; text-align: center; font-style: normal; color: #FFF; font-family: Arial; }
.foot { background: url(../images/bkg3.jpg) no-repeat center; background-size: cover; }
.foot-top { padding: 60px 0; border-bottom: 1px solid #434343; }
.foot-nav { float: left; }
.foot-dl { float: left; margin-right: 95px; }
.foot-dl dt { margin-bottom: 10px; font-size: 18px; }
.foot-dl dt a { color: #fff; }
.foot-dl dd { }
.foot-dl dd a { color: #b8b8b8; line-height: 36px; }
.foot-wechat { float: right; }
.foot-wechat-a { margin-left: 44px; float: left; width: 140px; text-align: center; color: #b8b8b8; }
.foot-wechat-a img { margin-bottom: 20px; display: block; width: 100%; }
.foot-bot { padding: 35px 0; }
.foot-p { float: left; color: #b8b8b8; line-height: 40px; }
.foot-p *{color: #b8b8b8;}
.foot-p img{width: 15px;position: relative;top: 2px;right: 1px;}
.foot-com { float: right; }
.foot-com-a { float: left; line-height: 40px; }
.foot-com-a a { float: left; margin-right: 20px; color: #b8b8b8; }
.foot-com-a img { margin-right: 5px; margin-top: 10px; float: left; }
.foot-com-a span { float: left; }
.foot-link { position: relative; margin-left: 20px; float: left; width: 225px; }
.foot-link-tit { border: 1px solid #48494a; padding-left: 15px; height: 40px; line-height: 40px; color: #b8b8b8; cursor: pointer; border-radius: 5px; background: url(../images/icon16.png) no-repeat 93% center; }
.foot-link-a { border-radius: 5px 5px 0 0; opacity: 0; border: 1px solid #48494a; border-bottom: none; overflow: hidden; position: absolute; left: 0; bottom: 37px; width: 100%; height: 0; background: #212121; font-size: 12px; }
.foot-link-a.open { opacity: 1; height: inherit; }
.foot-link-a a:hover { background: #333; color: #FFF; }


.foot-link-a a { display: block; padding: 10px; line-height: 20px; text-align: center; color: #fff; border-bottom: 1px solid #444; }

/*首页*/
.banner { }
.banner-ul { }
.banner-li { position: relative; background: #000; background-position: center center; -webkit-background-size: cover; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; }
.banner-li a { position: relative; display: block; width: 100%; overflow: hidden; }
.banner-li a img { width: 100%; opacity: 0; /*animation: banrun 6s linear infinite;*/ }
.banner-li a .v-box { z-index: 1; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(0) translate3d(0,0,0); -moz-transform: translateZ(0) translate3d(0,0,0); -ms-transform: translateZ(0) translate3d(0,0,0); -o-transform: translateZ(0) translate3d(0,0,0); transform: translateZ(0) translate3d(0,0,0); }
.banner-li a .v-box video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 100%; min-height: 100%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(0) translate3d(0,0,0); -moz-transform: translateZ(0) translate3d(0,0,0); -ms-transform: translateZ(0) translate3d(0,0,0); -o-transform: translateZ(0) translate3d(0,0,0); transform: translateZ(0) translate3d(0,0,0); }
.banner-li i { z-index: 2; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: url(../images/icon5.png) no-repeat center; background-size: 78px; }
.banner-li i:before { content: ''; position: absolute; right: 0; top: 0; width: 100%; border: dashed 1px #FFF; height: 100%; border-radius: 100%; opacity: 0.3; }
.banner-li .v-stop { opacity: 0; cursor: pointer; position: absolute; bottom: 50px; left: 50px; display: block; width: 95px; height: 95px; border-radius: 50%; z-index: 1; background: url(../images/icon80.png) no-repeat center center; background-size: 50px; }
.banner-li .v-stop.active { opacity: 1; }
.banner-li i:hover:before { opacity: 0.5; animation: rotate 8s linear infinite; }
.banner .flex-control-paging li a { position: relative; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; }
.banner .flex-control-nav { bottom: 39px; }
.banner .flex-control-paging li a:before { content: ''; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; display: none; width: 24px; height: 24px; border: 1px solid #fff; border-radius: 50%; }
.banner .flex-control-paging li a.flex-active:before { display: block; }

@keyframes banrun {
    0% { transform: scale(1) }
    50% { transform: scale(1.03) }
    100% { transform: scale(1) }
}
/*视频弹窗*/
.video-play { display: none; background-color: rgba(0,0,0,.8); position: fixed; left: 0; width: 100%; height: 100%; top: 0; z-index: 1111; }
.video-play video { width: 70% !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 100%; max-height: 100%; }
.video-play-close { position: absolute; right: 60px; top: 60px; width: 40px; height: 40px; background: url(../images/icon62.png) no-repeat center; cursor: pointer; background-size: contain; }

@media all and (max-width: 1024px) {
    .video-play video { width: 100% !important; }
    .video-play-close { right: 20px; top: 20px; width: 16px; height: 16px; background-size: contain !important; }
}

@media screen and (max-width: 1024px) {

    .banner-li a .v-box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
    .banner-li a .v-box video { margin: 0 auto; display: block; width: 100%; height: 100%; object-fit: cover }
}


.ind-prod { width: 100%; overflow: hidden; }
.ind-prod-tit { position: relative; padding: 45px 0; text-align: center; }
.ind-prod-tit:before { opacity: 0; content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 1px; background: #e2e2e2; transition: all 3s ease; -webkit-transition: all 3s ease; -moz-transition: all 3s ease; -ms-transition: all 3s ease; -o-transition: all 3s ease; }
.ind-prod-tit.animated:before { width: 70%; left: 15%; opacity: 1; }

.ind-prod-tit span { position: relative; display: inline-block; padding: 0 20px; font-size: 28px; color: #000; background: #fff; }
.ind-prod-tit i { position: relative; top: 3px; color: #01569B; font-style: inherit; }
.ind-prod-tit img { width: 42px; vertical-align: middle; margin: 0 5px; }
.ind-prod-nav { margin-bottom: 40px; text-align: center; }
.ind-prod-nav a { margin: 0 45px; display: inline-block; text-align: center; font-size: 16px; color: #333; }
.ind-prod-nav a img { width: 66px; height: 66px; }
.ind-prod-nav a:hover img { /*transform: scale(1.1); -webkit-transform: scale(1.1);*/ transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.ind-prod-swiper { padding: 0 17px; }
.prod-ul { margin: 5px; }
.ind-prod-li { padding: 13px; }
.ind-prod-li-a { position: relative; overflow: hidden; padding: 50px 0 50px 0; display: block; border: 1px solid #f2f2f2; box-shadow: 0 0 5px 5px rgba(245, 245, 245, .5); text-align: center; color: #666; }
.ind-prod-li-a .tit { margin-bottom: 15px; font-size: 20px; color: #333; padding: 0 10px; }
.ind-prod-li-a .desc { height: 30px; line-height: 30px; }
.ind-prod-li-a p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ind-prod-li-a img { display: block; width: 100%; }
.ind-prod-icon { width: 100%; text-align: center; position: absolute; left: 0; bottom: 7%; }
.ind-prod-icon img { width: 62%; display: inline; }

.ind-prod-li-a:hover .ind-prod-pic img { transform: translateY(-10px); -webkit-transform: translateY(-10px); }


.ind-prod-li-a:hover { box-shadow: 0 0 5px 5px rgba(0, 103, 186, .1); /*transform: translateY(-10px); -webkit-transform: translateY(-10px);*/ }
.ind-prod-li-a:hover { -webkit-transform: scale3d(1.05,1.05,1); transform: scale3d(1.05,1.05,1); }
/*.ind-prod-li-a:hover *{ opacity:0.8;}*/

.ind-prod-link { width: 100%; text-align: left; position: absolute; top: -35px; left: -35px; z-index: 3; }
.ind-prod-link i { display: inline-block; width: 52px; height: 52px; background: url(../images/icon17.png) no-repeat center center; background-size: 52px; }
.ind-prod-li-a:hover .ind-prod-link { top: -1px; left: -1px; }
/*.ind-prod-link{ width: 100%;text-align:center; position: absolute; top: 50%; left: 0px; margin: -25px 0 0 0; z-index: 3; text-align: center; }
.ind-prod-link i {display:inline-block;width:80px;height:80px;background: url(../images/icon17.png) no-repeat center center;background-size:50px; }*/
/*.ind-prod-li-a:after { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: 1px solid #000; border-bottom: 1px solid #000; content: ''; opacity: 0; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); transform: rotate3d(0,0,1,45deg) scale3d(1,0,1); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.ind-prod-li-a:hover::after { opacity: 1; -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); transform: rotate3d(0,0,1,45deg) scale3d(1,1,1); }*/




.ind-prod-page { padding-bottom: 35px; padding-top: 10px; text-align: center; }
.ind-main { padding: 50px 20px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.ind-sec { padding: 0 10px; float: left; width: 33.333%; overflow: hidden; }
.ind-sec img { display: block; width: 100%; transition: all .6s ease; -webkit-transition: all .6s ease; }
.ind-show-ul li { overflow: hidden; }
.ind-sec:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.ind-cont { display: block; position: relative; margin-bottom: 30px; width: 100%; overflow: hidden; }
.ind-tit { display: block; text-align: center; font-size: 24px; color: #555; }
.ind-cont .video-icon { position: absolute; left: 50%; top: 50%; margin-left: -40px; margin-top: -56px; }
.video-icon { text-align: center; color: #fff; font-size: 20px; text-transform: uppercase; font-family: arial; }
.video-icon i { position: relative; margin: 0 auto 10px auto; display: block; width: 62px; height: 62px; background: url(../images/icon5.png) no-repeat center; background-size: 60px; }
.video-icon i:before { content: ''; position: absolute; right: 0; top: 0; width: 100%; border: dashed 1px #FFF; height: 100%; border-radius: 100%; opacity: 0.3; }
.video-icon i:hover:before { opacity: 0.5; animation: rotate 8s linear infinite; }
.ind-show-page { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; text-align: center; }
.ind-show-page .swiper-pagination-bullet { background: #fff; }
.ind-show-btn { position: absolute; top: 50%; opacity: 0; margin-top: -15px; z-index: 1; width: 30px; height: 30px; cursor: pointer; background-repeat: no-repeat; background-size: contain; background-repeat: no-repeat; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; }
.ind-show-prev { left: -50px; background-image: url(../images/icon6.png); }
.ind-show-next { right: -50px; background-image: url(../images/icon7.png); }
.ind-show-swiper:hover .ind-show-prev { left: 20px; opacity: 1; }
.ind-show-swiper:hover .ind-show-next { right: 20px; opacity: 1; }





/*关于我们*/
.banner-img { position: relative; overflow: hidden; z-index: 5; min-height: 158px; }
.banner-img img { display: block; width: 100%; /*animation: banrun 6s linear infinite;*/ }
.banner-tit { position: absolute; left: 0; top: 43%; z-index: 1; width: 100%; text-align: center; font-size: 38px; color: #fff; text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2) }
.about-nav { text-align: center; box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .06); }
.about-btn { display: none; position: relative; padding: 15px; text-align: left; /*border-bottom: 1px solid #ddd;*/ font-size: 16px; line-height: 100%; }
.about-btn:before { content: ''; position: absolute; right: 13px; top: 15px; width: 20px; height: 20px; background: url(../images/icon70.png) no-repeat center; background-size: 16px; transition: all .3s ease; -webkit-transition: all .3s ease; }
.about-nav a { padding: 30px 80px; margin: 0 -2px; display: inline-block; font-size: 14px; color: #333; text-align: center; }
.about-nav img { margin: 0 auto 5px auto; width: 35px; }
.about-nav a .default { display: block; }
.about-nav a .active { display: none; }
.about-nav a.active { color: #fff; background: #01569c; }
.about-nav a.active .default { display: none; }
.about-nav a.active .active { display: block; }
.about-nav a:hover { color: #fff; background: #01569c; }
.about-nav a:hover .default { display: none; }
.about-nav a:hover .active { display: block; }
.about-intro { font-size: 16px; line-height: 36px; color: #333; }
.about-intro p { margin-bottom: 30px; }
.about-tit { padding-top: 70px; padding-bottom: 60px; font-size: 34px; color: #333; text-align: center; }
.about-intro-main { margin-bottom: 30px; }
.about-intro-main { margin-bottom: 0; overflow: hidden; }
.about-intro-p { float: left; width: 745px; height: 397px; /*border-bottom: 1px solid #dadada;*/ overflow: hidden; }
.about-intro-p .tit { font-size: 20px; color: #333; text-transform: uppercase; }
.about-intro-p > p { margin-bottom: 5px !important; }
.about-intro-img { float: right; width: 604px; }
.about-intro-img img { display: block; width: 100%; }
.about-intro-img { float: right; width: 604px; }
.about-intro-img img { display: block; width: 100%; }
.about-num { padding: 65px 0; }
.about-num-a { position: relative; float: left; width: 33.333%; text-align: center; color: #333; font-family: 'webfont-DIN-Medium'; }
.about-num-a:before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -33px; width: 1px; height: 66px; background: #e4e4e4; }
.about-num-a:first-child:before { display: none; }
.about-num-a p { margin-bottom: 0; }
.about-num-a p i { font-size: 32px; font-style: normal; }
.about-num-a .tit { height: 60px; font-size: 60px; }
.about-video { height: 670px; margin-top: 20px; background-repeat: no-repeat; background-position: center; background-size: cover; cursor: pointer; }
.about-video-tit { padding-top: 15%; text-align: center; }
.about-video-tit .tit { padding-top: 35px; font-size: 30px; color: #fff; }
.culture { padding-bottom: 75px; background: #edf5fc; }
.culture-ul { }
.culture-li { background: #fff; }
.culture-li-cont { padding: 0 55px; float: left; width: 700px; }
.culture-li-tit { padding: 30px 0; font-size: 30px; color: #01569c; }
.culture-li-desc { padding: 19px 0; border-top: 1px dotted #adb6be; }
.culture-li-desc img { margin-right: 20px; float: left; width: 52px; height: 52px }
.culture-li-p { float: left; font-size: 16px; color: #666; line-height: 30px; }
.culture-li-p .tit { font-size: 20px; font-weight: bold; color: #000; }
.culture-li-img { float: right; width: 700px; }
.culture-li-img img { display: block; width: 100%; }
.culture-li.even .culture-li-cont { float: right; }
.culture-li.even .culture-li-img { float: left; }
.honor { background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; }
.honor-intro { margin-bottom: 55px; }
.honor-intro-a { padding: 50px 100px 0 100px; float: left; width: 25%; height: 187px; font-size: 18px; line-height: 30px; color: #01569c; background: url(../images/bkg2.png) no-repeat center; background-size: contain; text-align: center; }
.honor-cont { width: 100%; overflow: hidden; }
.honor-ul { }
.honor-li { padding: 10px; }
.honor-li-a { position: relative; display: block; width: 100%; -webkit-transition: all .5s cubic-bezier(0, 0, 0, 0.48); -moz-transition: all .5s ease; transition: all .5s ease; }
.honor-li-a img { display: block; width: 100%; }
.honor-li-tit { padding: 5px; line-height: 30px; background: #7F7F7F; text-align: center; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.honor-li-a:before { content: ''; position: absolute; left: 0; top: 0; opacity: 0; width: 100%; height: 100%; background: #014f8e; -webkit-transition: all 2s cubic-bezier(0, 0, 0, 0.48); -moz-transition: all 2s ease; transition: all 2s ease; }
.honor-li-see { position: absolute; left: 0; top: 30%; display: none; width: 100%; text-align: center; font-size: 16px; color: #fff; }
.honor-li-see i { margin: 0 auto 18px auto; display: block; width: 60px; height: 60px; background: url(../images/icon33.png) no-repeat center; background-size: contain; }
.honor-li-see p { width: 80%; margin: 0 auto; word-break: break-all; }
.honor-li-a:hover:before { opacity: 0.8; }
.honor-li-a:hover .honor-li-see { display: block; }
.honor-page { padding: 30px 0; text-align: center; }
.honor-page .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; margin: 0 10px !important; border-radius: 50%; background-color: #014f8e; opacity: 1; }
.honor-page .swiper-pagination-bullet:before { content: ''; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -12px; display: none; width: 24px; height: 24px; border: 1px solid #014f8e; border-radius: 50%; }
.honor-page .swiper-pagination-bullet.swiper-pagination-bullet-active:before { display: block; }

.big-img { position: fixed; left: 50%; top: 10%; margin-left: -300px; z-index: 3; display: none; width: 600px; }
.big-img img { display: block; width: 100%; }

/*常见问题*/
.answer { padding-bottom: 50px; }
.answer-tit { padding: 50px 0px; font-size: 36px; color: #000; text-align: center; }
.answer-ul { margin: 80px 0 50px 0; overflow: hidden; }
.answer-li { margin-bottom: 20px; }
.answer-li-tit { padding: 20px 25px; background: #f3f3f3; border: 1px solid #eee; line-height: 40px; background-image: url(../images/icon36.png); background-repeat: no-repeat; background-position: 98% center; color: #000; cursor: pointer; }
.answer-li .tit { margin-right: 25px; float: left; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #01569c; text-align: center; font-size: 16px; font-weight: bold; color: #fff; font-family: arial; box-shadow: 0 0 3px 3px rgba(1, 86, 156, .5); }
.answer-li-tit .desc { float: left; width: 80%; font-size: 18px; }
.answer-li-cont { padding: 20px 25px; display: none; border: 1px solid #eee; box-shadow: 0 8px 8px 1px rgba(0, 0, 0, .08); border-top: none; }
.answer-li-p { float: left; width: 90%; font-size: 16px; line-height: 36px; }
.answer-li.active .answer-li-tit { color: #fff; background-color: #01569c; background-image: url(../images/icon37.png); }
.answer-li.active .answer-li-tit .tit { background: #fff; color: #01569c; }



/*资料下载*/
.down-ul { margin: 80px 0 50px 0; overflow: hidden; }
.answer.report .down-ul { margin-top: 0; }
.down-li { position: relative; margin-bottom: 20px; padding: 20px 150px; border: 1px solid #e8e8e8; cursor: pointer; cursor: pointer; }
.down-li-pic { position: absolute; left: 0; top: 0; width: 120px; height: 100%; background: url(../images/icon38.png) no-repeat center; border-right: 1px solid #e8e8e8; }
.down-li-intro { font-size: 16px; color: #666; }
.down-li-intro .tit { margin-bottom: 10px; font-size: 18px; color: #000; }
.down-li-i { position: absolute; right: 28px; top: 50%; margin-top: -29px; width: 58px; height: 58px; background-repeat: no-repeat; background-position: center; background-image: url(../images/icon40.png); border-radius: 50%; }
.down-li:hover .down-li-intro .tit { color: #01569c; }
.down-li:hover .down-li-i { background-color: #01569c; background-image: url(../images/icon40h.png); box-shadow: 0 0 3px 3px rgba(1, 86, 156, .5); }

/*产品中心*/
.prod-tit { display: none; position: absolute; left: 50%; margin-left: -700px; top: 30%; font-size: 30px; color: #fff; text-shadow: 0 15px 20px rgba(0, 0, 0, 0.2); }
.prod-tit .tit { margin-bottom: 20px; font-size: 48px; }
.prod { position: relative; padding-bottom: 80px; background: #f8f8f8; }
.prod-nav { position: absolute; left: 0; top: -130px; z-index: 5; width: 100%; }
.prod-nav:before { content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #000; opacity: .5; }
.prod-nav-a { position: relative; padding: 19px 0; float: left; width: 12.5%; text-align: center; font-size: 16px; color: #fff; }
.prod-nav-a img { margin: 0 auto 5px auto; display: block; width: 66px; height: 66px; }
.prod-nav-a:before { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 1px; background: #fff; opacity: .1; }
.prod-nav-a:first-child:after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 1px; background: #fff; opacity: .1; }
.prod-nav-a.active { background: #01569c; }
.prod-nav-a:hover { background: #01569c; color: #FFF; }
.prod-nav-a:hover img { transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.prod-nav-a:hover p { transform: translateY(-5px); -webkit-transform: translateY(-5px); }

.prod-menu { padding: 25px 25px 25px 45px; background: #fff; border-bottom: 1px solid #e2e2e2; }
.prod-menu-btn { display: none; position: relative; padding: 15px; text-align: left; /* border-bottom: 1px solid #ddd; */ font-size: 16px; line-height: 100%; }
.prod-menu-tit { float: left; }
.prod-li-a-con-img { /*width: 70%;*/ margin: 0 auto; overflow: hidden; }
.prod-menu-a { position: relative; margin-right: 32px; padding-right: 24px; float: left; font-size: 16px; color: #333; line-height: 45px; cursor: pointer; }
.prod-menu-a:before { content: ''; position: absolute; right: 0; top: 0; width: 20px; height: 45px; /*background: url(../images/icon71.png) no-repeat center 15px; background-size: 15px;*/ }
.prod-menu-a.active { color: #01569B; }
/*.prod-menu-a.active:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);}*/
.prod-menu-a:hover { color: #01569c; }
/*.prod-menu-a:hover:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);}*/
.prod-menu-c { margin-bottom: 25px; padding: 25px 45px; line-height: 30px; background: #fff; }
.prod-menu-c a { margin-right: 75px; float: left; font-size: 16px; color: #000; }
.prod-menu-c a.active { color: #01569c; }
.prod-menu-c a:hover { color: #01569c; }
.prod-ser { display: none; float: right; width: 295px; height: 45px; border: 1px solid #cfcfcf; }
.prod-ser input { padding-left: 20px; width: 80%; float: left; height: 45px; line-height: 45px; }
.prod-ser input[type=submit] { float: left; width: 20%; height: 45px; background: url(../images/icon1.png) no-repeat 23px center; border: none; outline: none; background-size: 25px; }
.prod-ul { margin: 20px -4px; }
.prod-li { padding: 5px; float: left; width: 25%; }
.prod-li-a { position: relative; overflow: hidden; /*padding: 25px;*/ display: block; background: #FFF; font-size: 18px; color: #333; text-align: center; }
.prod-li-a-con-tit { overflow: hidden; height: 50px; margin: 10px 0; }
.prod-li-a-con-tit p { overflow: hidden; height: 50px; display: table-cell; text-align: center; vertical-align: middle; width: 3.5%; line-height: 26px; }

.prod-li-a img { display: block; width: 100%; }
.prod-li-a:hover { color: #0067ba; /*background:#fff url(../images/icon17.png) no-repeat left top;*/ }
.prod-li-empty { width: 100%; text-align: center; padding-top: 80px; }


/*.prod-li-a:hover{ box-shadow: 0 0 5px 5px rgba(0, 103, 186, .1); transform: translateY(-10px); -webkit-transform: translateY(-10px); }*/
.prod-li-a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }

.prod-li-a-link { width: 100%; text-align: left; position: absolute; top: -35px; left: -35px; z-index: 3; }
.prod-li-a-link i { display: inline-block; width: 52px; height: 52px; background: url(../images/icon17.png) no-repeat center center; background-size: 52px; }
.prod-li-a:hover .prod-li-a-link { top: -1px; left: -1px; }

.prod-more { text-align: center; }
.prod-more a { padding-left: 30px; text-align: left; display: inline-block; width: 160px; height: 50px; line-height: 50px; border-radius: 25px; box-shadow: 0 0 6px 1px rgba(0, 103, 186, .1); color: #0067ba; }
.prod-more a i { float: left; width: 40px; height: 50px; background: url(../images/icon21.png) no-repeat center; animation: rotate 2s linear infinite; }

@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg) }
}

/*产品详情*/
.prod-detail { padding-bottom: 80px; overflow: hidden; }
.prod-current { padding: 25px 0; line-height: 30px; color: #333; border-top: 1px solid #d6d6d6; background-image: linear-gradient(#EFEFEF, #FFFFFF); }
.prod-current-a { float: left; }
.prod-current-a a { float: left; color: #333; }
.prod-current-a span { margin: 0 5px; float: left; font-family: "宋体"; }
.prod-current-a p { float: left; }
.prod-current-c { float: right; }
.prod-current-c a { margin-left: 35px; float: left; color: #333; }
.prod-current-c a:hover { color: #007AFF; }
.prod-intro { padding: 0; }
.prod-intro-cont { padding: 0; float: left; width: 50%; }
.prod-intro-cont img { display: block; width: 100%; }
.prod-intro-p { float: left; width: 40%; min-height: 465px; padding: 40px; font-size: 16px; line-height: 30px; color: #666; }
.prod-intro-tit { padding-bottom: 25px; margin-bottom: 15px; border-bottom: 1px solid #e6e6e6; }
.prod-intro-tit .tit { margin-bottom: 10px; font-size: 24px; color: #333; }
.prod-intro-main { position: relative; margin: 35px auto 0 auto; width: 420px; }
.prod-intro-swiper { overflow: hidden; }
.prod-intro-ul { }
.prod-intro-li { opacity: 0; cursor: pointer; border: 1px solid #eaeaea; }
.prod-intro-swiper.block .prod-intro-li { opacity: 1; }
.prod-intro-li img { display: block; width: 100%; }
.prod-intro-li:hover, .prod-intro-li.active { border-color: #01569b; }
.prod-intro-btn { position: absolute; top: 50%; margin-top: -15px; z-index: 1; width: 30px; height: 30px; cursor: pointer; background-repeat: no-repeat; background-position: center; }
.prod-intro-prev { left: -40px; background-image: url(../images/icon42.png); }
.prod-intro-next { right: -40px; background-image: url(../images/icon43.png); }
.prod-detail-nav-warp { height: 115px; overflow: hidden; }
.prod-detail-nav { margin: 15px 0; border-top: 0px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; }
.prod-detail-nav li { float: left; width: 33.333%; text-align: center; }
.prod-detail-nav a { position: relative; display: block; font-size: 18px; color: #000; line-height: 88px; }
.prod-detail-nav a.active { color: #01569b; }
.prod-detail-nav a:after { content: ''; position: absolute; left: 0; bottom: 0; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; display: block; background: #01569b; width: 0; height: 2px; position: absolute; left: 50%; bottom: 0; }
.prod-detail-nav a.active:after, .prod-detail-nav a:hover:after { width: 16%; left: 42%; transition: all 0.5s ease; }

.prod-detail-nav.active { background: #FFF; width: 100%; position: fixed; top: 0; left: 0; z-index: 10; margin: 0; }
.prod-detail-nav.active a { line-height: 74px; border-bottom: none; }

.prod-main { }
/*.prod-section{display: none;}*/
.prod-section img { display: block; max-width: 100%; margin: 0 auto; width: 100%; }
.prod-down { padding: 0 210px; }
.prod-down-a { position: relative; display: block; padding: 30px 65px; font-size: 18px; color: #333; line-height: 40px; }
.prod-down-a i { position: absolute; left: 0; top: 0; width: 40px; height: 100%; background-position: center center !important; background-size: 42px !important; }
.prod-down-a span { position: absolute; right: 0; top: 30px; padding-left: 30px; height: 100%; font-size: 16px; background-position: left 10px; background-repeat: no-repeat; background-image: url(../images/icon40.png); }
.prod-down-a:hover span { color: #035096; background-image: url(../images/icon45.png); }
.prod-hot { background: #f4f4f4; overflow: hidden; }
.prod-hot-tit { padding: 48px 0; }
.prod-hot-tit-p { position: relative; padding-left: 48px; float: left; font-size: 24px; line-height: 30px; color: #000; }
.prod-hot-tit-p:before { content: ''; position: absolute; left: 0; top: 0; width: 50px; height: 36px; margin-top: -2px; background: url(../images/icon72.png) no-repeat center center; background-size: 36px; }
.prod-intro-img { background: #f8f8f8; }
.prod-hot-tit-a { float: right; width: 65px; height: 31px; background: url(../images/icon41.png) no-repeat center; background-size: contain; }
.prod-hot .ind-prod-swiper { padding: 0; overflow: hidden; }
.prod-hot .ind-prod-ul { margin-bottom: 20px; }
.prod-hot .ind-prod-li { padding: 0 5px; }
.prod-hot .ind-prod-li-a { background-color: #fff; }
/*.prod-hot .ind-prod-li-a:hover{background-image: url(../images/icon17.png);background-repeat: no-repeat;background-position: left top;}*/

/*联系方式*/
.contact { padding: 65px 0; }
.contact-tit { margin-bottom: 75px; text-align: center; font-size: 20px; line-height: 36px; color: #333; }
.contact-tit .tit { margin-bottom: 30px; color: #000; font-size: 36px; }
.contact-main { padding: 50px 0 100px 0; }
.contact-desc { padding-top: 0; float: left; width: 40%; font-size: 16px; color: #333; line-height: 36px; text-align: left; padding-right: 50px; }
.contact-desc .tit { font-size: 24px; color: #000; }
.contact-desc p { margin-top: 5px; }
.contact-desc p a { display: block; color: #333; }
.contact-desc p:first-child { margin-bottom: 10px; margin-top: 0; }
.contact-desc img { margin-right: 5px; width: 20px; vertical-align: middle; }

/*.contact-desc-addr img:first-child { display:inline; }
.contact-desc-addr img:last-child { display: none; }
.contact-desc-addr:hover a { color: #01569c; }
.contact-desc-addr:hover img:first-child { display: none; }
.contact-desc-addr:hover img:last-child { display: inline; }*/

.contact-desc-addr a { color: #01569c !important; }

.contact-map { float: right; width: 685px; height: 450px; }

.contact-type { margin-top: 5px; position: relative; float: left; width: 60%; overflow: hidden; }
.contact-type .contact-type-tit { font-size: 16px; color: #333; font-weight: bold; }
.contact-type .contact-dept { margin: 15px -5px 15px -5px; overflow: hidden; }
.contact-type .contact-dept li { width: 50%; float: left; padding: 5px; }
.contact-type .contact-dept li a { background: #EEE url(../images/icon71.png) no-repeat 96% center; background-size: 16px; width: 100%; display: block; height: 50px; line-height: 50px; color: #333; transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }
.contact-type .contact-dept li a:hover { background: rgba(15, 114, 195, 0.29) url(../images/icon71.png) no-repeat 96% center; background-size: 18px; }
.contact-type .contact-dept li a img { width: 20px; height: 20px; position: relative; top: 4px; margin: 0 5px 0 18px; }


.contact-type .contact-con { opacity: 0; background: #FFF; margin-top: 0; clear: both; position: absolute; top: 0; right: -999px; transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }
.contact-type .contact-con.active { opacity: 1; right: 0; width: 100%; }
.contact-type .contact-con li { display: none; width: 100%; padding-bottom: 50px; overflow: hidden; }
.contact-type .contact-con li.active { display: block; }
.contact-con-item { float: left; width: 50%; min-height: 130px; padding: 0 50px 0 100px; font-size: 16px; background-position: 5% 20% !important; background-size: 15% !important; border-bottom: dashed 0 #EEE; }
.contact-con-item:nth-child(4) { float: none; width: 100%; clear: both; border-bottom: none; padding-top: 25px; }
.contact-con-tit { font-size: 16px; color: #323232; margin-bottom: 10px; }
.contact-con-btn { display: block; overflow: hidden; margin-top: 15px; }
.contact-con-btn a { float: left; border-radius: 25px;; height: 32px; line-height: 32px; padding: 0 25px; background: #01569c; color: #FFF; font-size: 14px; }
.contact-con-txt { font-weight: bold; font-size: 16px; }
.contact-con-back { padding: 0 0 15px 0; margin-bottom: 20px; overflow: hidden; border-bottom: dashed 1px #EEE; }
.contact-con-back a { float: left; background: url(../images/icon77.png) no-repeat 0 center; background-size: 10px; padding-left: 15px; font-size: 14px; color: #01569c; }

.contact-form { padding: 0 95px; }
.contact-dl { margin-bottom: 30px; float: left; width: 590px; line-height: 65px; background: #f5f5f5; /* border: 1px solid #eee; */ font-size: 18px; color: #000; }
.contact-dl.wid { width: 100%; }
.contact-dl.mar { margin-right: 30px; }
.contact-dt { width: 120px; float: left; text-transform: uppercase; text-align: right; }
.contact-dt .dot { font-size: 14px; color: #01569c; margin-left: 5px; position: relative; top: 3px; }
.contact-dd { float: left; width: 78%; }
.contact-dd input { float: left; width: 100%; height: 65px; line-height: 65px; font-size: 16px; padding-left: 22px; }
.contact-dd textarea { float: left; width: 100%; line-height: 25px; font-size: 16px; padding: 20px 20px 21px; height: 129px; }
.contact-form-btn { margin: 0 auto; display: block; width: 165px; height: 50px; border-radius: 5px; text-indent: 25px; text-transform: uppercase; background: #000 url(../images/icon54.png) no-repeat 35px center; color: #fff; font-size: 16px; border: none; }
.contact-form-btn:hover { color: #fff; box-shadow: 0 8px 20px -2px rgba(0, 0, 0, 0.37); }

/*人才理念*/
.person { }
/*.person-intro{padding-bottom: 60px;}*/
.person-top { margin-bottom: 50px; text-align: center; font-size: 18px; color: #333; }
.person-tit { padding-top: 55px; padding-bottom: 30px; font-size: 36px; color: #000; text-align: center; }
.person-intro-main { }
.person-intro-sec { }
.person-intro-p { padding-top: 60px; padding-left: 60px; float: right; width: 700px; font-size: 16px; line-height: 35px; color: #333; }
.person-intro-p .tit { position: relative; padding-bottom: 20px; margin-bottom: 10px; font-size: 24px; color: #01569c; }
.person-intro-p .tit:before { content: ''; position: absolute; left: 0; bottom: 0; width: 18px; height: 3px; background: #01569c; }
.person-intro-img { float: left; width: 700px; }
.person-intro-img img { display: block; width: 100%; }
.person-intro-sec.even .person-intro-p { padding-left: 0; padding-right: 60px; float: left; }
.person-intro-sec.even .person-intro-img { float: right; }
.person-welf { padding-bottom: 50px; background: #f1f6f9; }
.person-welf img { margin: 0 auto; display: block; max-width: 100%; }
.person-ques { padding-bottom: 90px; text-align: center; }
.person-ques-ul { padding-top: 40px; padding-bottom: 100px; }
.person-ques-li { position: relative; padding: 0 40px; float: left; width: 33.333%; font-size: 18px; line-height: 30px; color: #666; text-align: center; }
.person-ques-li.bor { border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.person-ques-pic { padding-top: 20px; margin: 0 auto 45px auto; display: block; width: 105px; height: 105px; border-radius: 50%; box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1); }
.person-ques-pic img { margin: 0 auto; display: block; }
.person-ques-li .tit { height: 70px; font-size: 24px; color: #000; }
/*.person-ques-more{padding-left:42px;margin:0 auto;display:block;width: 160px;line-height: 50px;border-radius: 25px;font-size: 18px;color: #01569c;box-shadow: 0 0 20px 5px rgba(0, 86, 156, .2);}
.person-ques-more span{font-family: "宋体";}*/


.person-ques-more { position: relative; display: inline-block; width: 100%; max-width: 160px; height: 50px; background: #fff; transform: translate3d(0px, 0%, 0px); text-decoration: none; letter-spacing: 0.05em; transition-delay: 0.6s; overflow: hidden; box-shadow: 0 0 20px 5px rgba(0, 86, 156, .2); border-radius: 25px; }
.person-ques-more:before { content: ''; position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; background: #080404; border-radius: 50% 50% 0 0; transform: translateY(100%) scaleY(0.5); transition: all 0.6s ease; }
.person-ques-more:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 0; transform: translateY(0) scaleY(1); transition: all 0.6s ease; }
.person-ques-more > div { position: relative; z-index: 8; top: 14px; width: 100%; height: 26px; overflow: hidden; }
.person-ques-more > div > span { text-indent: -20px; position: absolute; z-index: 1; left: 0; top: 0; font-size: 16px; width: 100%; text-align: center; transition: transform 0.5s ease; }
.person-ques-more > div > span:first-of-type { background-size: 32px; color: #fff; transform: translateY(24px); }
.person-ques-more > div > span:first-of-type:after { content: ''; display: block; position: absolute; width: 13px; height: 35px; background: url(../images/icon73.png) no-repeat right center; background-size: 28px; top: -6px; z-index: 9999; left: 100px; }
.person-ques-more > div > span:last-of-type { color: #1e0f21; transform: translateY(0); }
.person-ques-more > div > span:last-of-type:after { content: ''; display: block; position: absolute; width: 13px; height: 35px; background: url(../images/icon73.png) no-repeat left center; background-size: 28px; top: -6px; z-index: 9999; left: 100px; }
.person-ques-more > img { opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); z-index: 3; }

@media screen and (min-width: 800px) {
    .person-ques-more:hover { background: #080404; transition-delay: 0.6s; }
    .person-ques-more:hover:before { border-radius: 0; transform: translateY(0) scaleY(1); transition-delay: 0s; }
    .person-ques-more:hover:after { border-radius: 0 0 50% 50%; transform: translateY(-100%) scaleY(0.5); transition-delay: 0s; }
    .person-ques-more:hover > div > span:first-of-type { transform: translateY(0); }
    .person-ques-more:hover > div > span:last-of-type { transform: translateY(-24px); }
}

/*原版样式*/
/*.person-ques-more { position: relative; display: inline-block; width: 100%; max-width: 192px; height: 60px; background: #fff; transform: translate3d(0px, 0%, 0px); text-decoration: none; font-weight: 600; font-size: 18px; letter-spacing: 0.05em; transition-delay: 0.6s; overflow: hidden; box-shadow: 0 21px 32px -8px rgba(0, 0, 0, 0.2); }
.person-ques-more:before { content: ''; position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 100%; background: #080404; border-radius: 50% 50% 0 0; transform: translateY(100%) scaleY(0.5); transition: all 0.6s ease; }
.person-ques-more:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; border-radius: 0; transform: translateY(0) scaleY(1); transition: all 0.6s ease; }
.person-ques-more > div { position: relative; z-index: 8; top: 18px; width: 100%; height: 26px; overflow: hidden; }
.person-ques-more > div > span { position: absolute; z-index: 1; left: 0; top: 0; font-size: 18px; width: 100%; text-align: center; transition: transform 0.5s ease; }
.person-ques-more > div > span:first-of-type { color: #fff; transform: translateY(24px); }
.person-ques-more > div > span:last-of-type { color: #1e0f21; transform: translateY(0); }
.person-ques-more > img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); z-index: 3; }

@media screen and (min-width: 800px) {
    .person-ques-more:hover { background: #080404; transition-delay: 0.6s; }
    .person-ques-more:hover:before { border-radius: 0; transform: translateY(0) scaleY(1); transition-delay: 0s; }
    .person-ques-more:hover:after { border-radius: 0 0 50% 50%; transform: translateY(-100%) scaleY(0.5); transition-delay: 0s; }
    .person-ques-more:hover > div > span:first-of-type { transform: translateY(0); }
    .person-ques-more:hover > div > span:last-of-type { transform: translateY(-24px); }
}*/

@keyframes sc {
    from { transform: scale(0.9); }
    to { transform: scale(1); }
}

/*社会招聘*/
.join { }
.join-main { padding-bottom: 40px; background: url(../images/bkg6.jpg) no-repeat center top; background-attachment: fixed; }
.join-top { }
.join-tit { padding-top: 50px; padding-bottom: 40px; font-size: 36px; color: #000; text-align: center; }
.join-nav { margin-bottom: 60px; text-align: center; }
.join-nav a { display: inline-block; font-size: 20px; color: #000; }
.join-nav a:hover { color: #01569c; }
.join-nav a.active { color: #01569c; }
.join-nav span { margin: 0 40px; display: inline-block; color: #ddd; }
.join-ul { }
.join-li { padding: 0 45px; margin-bottom: 25px; background: #fff; }
.join-li-tit { position: relative; padding: 30px 30px 30px 55px; background: url(../images/icon61.png) no-repeat left center; line-height: 30px; cursor: pointer; }
.join-li-tit i { position: absolute; right: 0; top: 0; height: 100%; width: 20px; background: url(../images/icon36.png) no-repeat center; }
.join-li-tit-p { }
.join-li-tit-p p { float: left; width: 50%; font-size: 18px; color: #000; }
.join-li-cont { padding: 30px 0; display: none; border-top: 1px solid #dcdcdc; font-size: 16px; line-height: 30px; color: #000; }
.join-li-intro { margin-bottom: 60px; }
.join-li-intro .item { float: left; width: 50%; }
.join-li-intro .item:first-child { padding-right: 10%; }
.join-li-a a { color: #01569c; }
.join-li.active { box-shadow: 0 0 10px 5px rgba(1, 86, 156, .1); }
.join-li.active .join-li-tit i { transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.join-li.active .join-li-cont { display: block; }
.join-step { }
.join-step img { display: block; width: 100%; }
.join-pic { }
.join-pic img { float: left; width: 50%; }
.join-channel { padding-bottom: 85px; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; }
.join-channel-ul { }
.join-channel-li { margin: 0 1%; padding: 60px 20px; float: left; width: 31.333%; height: 365px; background: #fff; text-align: center; font-size: 18px; color: #000; }
.join-channel-li .tit { margin-bottom: 20px; font-size: 24px; }
.join-channel-li img { margin: 30px auto 0 auto; display: block; }

/*视频中心*/
.video-ul { padding: 50px 0; }
.video-li { padding: 15px; float: left; width: 33.333%; }
.video-li-a { padding: 25px; display: block; box-shadow: 0 0 3px 1px rgba(1, 86, 156, .1); font-size: 18px; color: #666; transition: all .3s ease; -webkit-transition: all .3s ease; }
.video-li-pic { position: relative; margin-bottom: 20px; }
.video-li-pic img { display: block; width: 100%; }
.video-li-pic .video-icon { position: absolute; left: 0; top: 30%; width: 100%; }
.video-li-a .tit { margin-bottom: 10px; font-size: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #000; }
.video-li-a:hover { box-shadow: 0 0 10px 5px rgba(1, 86, 156, .1); }
.video-li-a:hover .tit { color: #01569c; }

/*新闻中心*/
.news { padding-bottom: 60px; }
.news-ul { padding-top: 60px; padding-bottom: 40px; }
.news.notice .news-ul { padding-top: 0; }
.news-li-a { position: relative; padding: 20px 0; border-bottom: 1px solid #e5e5e5; display: block; }
.news-li-a:before { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #01569c; transition: all .5s ease; -webkit-transition: all .5s ease; }
.news-li-pic { float: left; }
.news-li-pic img { display: block; width: 250px; }
.news-li-desc { overflow: hidden; padding-left: 20px; }
.news-li-desc .tit { font-size: 16px; line-height: 36px; color: #000; }
.news-li-desc .time { margin: 5px 0; font-size: 14px; color: #9d9d9d; font-family: 'webfont-DIN-Medium'; }
.news-li-desc .desc { font-size: 14px; line-height: 24px; color: #666; }
/*.news-li-a:hover:before{width: 100%;}*/
.news-li-a:hover .news-li-desc .tit { color: #01569c; }
.news-li:last-child .news-li-a { border-bottom: none; }

.details { padding: 75px 0; }
.details-main { margin: 0 auto; width: 900px; }
.details-tit { margin-bottom: 0; text-align: center; font-size: 28px; color: #333; }
.details-time { margin-bottom: 25px; padding: 20px 0; line-height: 30px; text-align: center; border-bottom: 1px solid #eee; }
.details-time p { margin: 0 15px; display: inline-block; font-size: 14px; color: #555; }
.details-intro { padding-bottom: 60px; font-size: 16px; line-height: 24px; color: #000; text-indent: 30px; }
/*.details-intro p{margin-bottom: 40px;}*/
.details-intro img { /*margin: 0 auto 40px auto;*/ display: block; max-width: 100%; height: auto; }
.details-com { }
.details-com-a { float: left; width: 45%; background-repeat: no-repeat; font-size: 16px; line-height: 35px; }
.details-com-a.next { float: right; text-align: right; }
.details-com-a a { display: inline-block; color: #000; }
.details-com-a.prev a { padding-left: 110px; background: url(../images/icon67.png) no-repeat left center; }
.details-com-a.next a { padding-right: 110px; background: url(../images/icon68.png) no-repeat right center; }
.details-com-c { float: left; width: 10%; height: 35px; background: url(../images/icon69.png) no-repeat center; }

/*展会活动*/
.show { padding: 66px 0; overflow: hidden; }
.show-ul { }
.show-li { margin-bottom: 20px; padding: 45px; height: 460px; font-size: 16px; color: #666; overflow: hidden; }
.show-li-bg { box-sizing: border-box; width: 100%; height: 100%; display: block; padding: 45px; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; }
.show-li-bg.pic { padding: 0; }
.show-li-bg > img { width: 100%; max-width: 100%; height: auto; }
.show-li-cont { position: relative; padding: 0 30px; float: right; width: 465px; height: 250px; background: #fff; border-radius: 5px; }
.show-li-pic { }
.show-li-pic img { display: block; max-width: 100%; }
.show-li p { color: #666; }
.show-li .tit { margin-bottom: 15px; font-size: 26px; color: #000; }
.show-li-btn { position: absolute; left: 50%; bottom: -30px; margin-left: -80px; width: 160px; height: 60px; font-size: 16px; color: #fff; text-indent: 30px; line-height: 60px; background: url(../images/bkg8.png) no-repeat center; }
.show-li-btna { position: absolute; left: 50%; bottom: -24px; margin-left: -75px; width: 150px; height: 48px; line-height: 48px; text-align: center; color: #fff; border-radius: 24px; background: #000; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1); }
.show-li-btna.bkg { background: #656363; }

@media screen and (max-width:1440px) {
    .contact .main { width: 1000px; }
}

@media screen and (max-width:1500px) {
    .main { width: 1200px; }
    .head-ul { margin-left: 50px; }
    .foot-dl { margin-right: 70px; }
    .foot-wechat-a { margin-left: 25px; }

    /*关于我们*/
    .about-intro-p { width: 580px; }
    .about-video { height: 500px; }
    .about-video-tit { padding-top: 12%; }
    .culture-li-cont { width: 600px; }
    .culture-li-img { width: 600px; }
    .culture-li-tit { padding: 20px 0; }
    .honor-intro-a { padding: 50px 75px 0 75px; }

    /*产品中心*/
    .prod-tit { top: 25%; margin-left: -600px; }
    .prod-intro-cont { padding: 0; width: 45%; }
    .prod-down { padding: 0 120px; }

    /*联系我们*/
    .contact-dl { width: 490px; }
    .contact-dd { width: 75%; }

    /*人才理念*/
    .person-intro-img { width: 600px; }
    .person-intro-p { padding-top: 20px; width: 600px; }

    /*新闻中心*/
    /*.news-li-desc{width: 760px;}*/

}

@media screen and (max-width:1024px) {
    .news-ul { padding-top: 20px; padding-bottom: 20px; }
}

@media screen and (max-width:1200px) {
    .main { width: 740px; }
    .main-page { width: 740px; }

    /*head*/
    .head { }
    .head-btn { margin-left: 20px; padding-top: 25px; float: right; }
    .head-btn i { margin: 10px auto; display: block; width: 20px; height: 3px; background-color: #999; }
    .head-btn:before { content: ''; display: block; width: 40px; height: 3px; background-color: #999; transition: transform .3s ease; -webkit-transition: transform .3s ease; border-radius: 1px; }
    .head-btn:after { content: ''; display: block; width: 40px; height: 3px; background-color: #999; transition: transform .3s ease; -webkit-transition: transform .3s ease; border-radius: 1px; }
    .head-btn.active i { width: 0; }
    .head-btn.active:before { transform-origin: left top; -webkit-transform-origin: left top; transform: translate3d(0,-3px,0) rotate(45deg); -webkit-transform: translate3d(0,-3px,0) rotate(45deg); }
    .head-btn.active:after { transform-origin: left bottom; -webkit-transform-origin: left bottom; transform: translate3d(0,0,0) rotate(-45deg); -webkit-transform: translate3d(0,0,0) rotate(-45deg); }
    .head-ul { position: fixed; left: 100%; top: 0; margin-left: 0; padding-top: 74px; width: 100%; height: 100%; background: #fff; }
    .head-ul.active { left: 0; }
    .head-li { margin: 0; width: 100%; }
    .head-li-a:after { display: none; }
    .head-li-a { height: auto; border-bottom: 1px solid #f1f1f1; }
    .head-li-c { display: none; }
    .foot-nav { margin-bottom: 20px; width: 100%; }
    .foot-dl { margin: 0; width: 16.666%; }
    .foot-dl dt { margin-bottom: 10px; font-size: 16px; }
    .foot-wechat { width: 100%; }
    .foot-wechat-a { margin-left: 0; margin-right: 20px; }
    .foot-p { width: 100%; text-align: center; }
    .foot-com { display: none; }

    /*index*/
    .ind-prod-nav a { margin: 0 20px; }
    .ind-cont .video-icon { margin-left: -25px; margin-top: -36px; }
    .video-icon { font-size: 14px; }
    .video-icon i { width: 50px; height: 50px; }


    /*关于我们*/
    .banner-tit { font-size: 30px; }
    .about-intro-main { margin-bottom: 0; }
    .about-nav a { padding: 20px 40px; }
    .about-intro-p { width: 100%; height: auto; border: none; }
    .about-intro-img { width: 100%; margin: 10px 0; }
    .about-video { height: 330px; }
    .culture-ul { padding-top: 20px; }
    .culture-li-cont { width: 100%; }
    .culture-li-img { width: 100%; }
    .honor-intro { padding: 20px 0; }
    .honor-intro-a { padding: 50px 100px 0 100px; width: 50%; margin: 10px 0 25px 0; }

    /*产品中心*/
    .prod-tit .tit { font-size: 30px; }
    .prod-tit { top: 25%; margin-left: -370px; font-size: 20px; }
    .prod-menu-a { padding-right: 25px; margin-right: 30px; }
    .prod-nav { top: -107px; }
    .prod-nav-a { font-size: 12px; }
    .prod-nav-a img { width: 50px; }
    .prod-ser { width: 250px; }
    .prod-li { width: 33.3333%; }
    .prod-intro-cont { float: none; width: 100%; margin-bottom: 30px; padding: 15px 15px 0 15px; }
    .prod-intro-p { width: 100%; min-height: inherit; float: none; }
    .prod-down { padding: 0; }

    /*联系我们*/
    .contact-main { padding: 0; }
    .contact-desc { width: 100%; text-align: left; margin-bottom: 10px; }
    .contact-desc .tit { font-size: 18px; font-weight: bold; }

    .contact-type { margin-top: 30px; float: none; width: 100%; }
    .contact-type .contact-dept li { width: 100%; float: none; }
    .contact-con-back { margin-bottom: 0; }
    .contact-con-item { float: none; width: 100%; padding: 5% 0 5% 25%; background-position: 5% 40% !important; background-size: 45px !important; }
    .contact-con-item:last-child { border-bottom: none; }
    .contact-con-txt { font-size: 16px; }



    .contact-map { width: 100%; }
    .contact-dl { width: 100%; }
    .contact-dl.mar { margin-right: 0; }

    /*人才理念*/
    .person-intro-sec { margin-bottom: 30px; }
    .person-intro-p { padding: 0; margin-bottom: 20px; width: 100%; }
    .person-intro-img { width: 100%; }
    .person-ques-li { padding: 0 20px; font-size: 14px; }
    .person-ques-li .tit { height: auto; font-size: 16px; }
    .person-intro-sec.even .person-intro-p { padding-right: 0; }

    /*视频中心*/
    .video-li-a { padding: 10px; font-size: 12px; }
    .video-li-a .tit { margin-bottom: 5px; font-size: 16px; }
    .video-li-pic { margin-bottom: 10px; }
    .video-li-pic .video-icon { top: 25%; }

    /*新闻中心*/
    /*.news-li-pic { width: 280px; }*/
    /*.news-li-desc { padding-top: 0; width: 430px; }*/
    .news-li-desc .time { margin: 10px 0; }
    .details-main { width: 100%; }
}

@media screen and (max-width: 740px) {
    body { padding-top: 50px; }
    .main { width: 100% !important; }
    .head { padding: 0 15px; z-index: 6; box-shadow: none; }
    .head-logo a { width: 90px; height: 50px; }
    .head-com-ser { height: 50px; }
    .head-com-shop { display: none; }
    .head-com span { margin: 0 10px; line-height: 50px; }
    .head-com span:nth-child(2) { display: none; }
    .head-com-lang { margin-top: 16px; }
    .head-btn { padding-top: 16px; }
    .head-btn i { margin: 5px auto; width: 15px; height: 3px; }
    .head-btn:before { width: 25px; height: 3px; }
    .head-btn:after { width: 25px; height: 3px; }
    .head-btn.active:before { transform: translate3d(0,0,0) rotate(45deg); -webkit-transform: translate3d(0,0,0) rotate(45deg); }
    .head-ul { padding-top: 50px; }
    .head-li-a { font-size: 16px; line-height: 60px; font-size: 16px; color: #333 !important; border-color: #f1f1f1 !important; }
    .head-li:hover .head-li-a { border-color: #f1f1f1; color: #333; }
    /*.head-ser { display: block;opacity:0; padding: 20px; width: 100%; position: fixed;z-index:1; top: -999px; border: none; }
    .head-ser.active { opacity: 1; top: 50px; }
    .head-ser input { width: 88%; }
    .head-ser button{width: 20%;}*/
    .foot-top { padding: 30px 0; }
    .foot-dl { width: 33.333%; text-align: center; line-height: 30px; }
    .foot-dl dd { display: none; }
    .foot-wechat { width: 100%; text-align: center; }
    .foot-wechat-a { margin: 0 20px; width: 100px; float: none; display: inline-block; }
    .foot-bot { padding: 10px; }
    .foot-p { line-height: 20px; font-size: 12px; }

    /*index*/
    .back-top { width: 40px; height: 60px; }
    .back-top:before { opacity: .6; }
    .back-top:after { background-size: 17px; }
    .banner .flex-direction-nav { display: none; }
    .banner-li i { width: 34px; height: 34px; background-size: 32px; }
    .banner .flex-control-nav { bottom: 5px; }
    .flex-control-nav li { margin: 0 7px !important; }
    .banner .flex-control-paging li a { width: 5px; height: 5px; }
    .banner .flex-control-paging li a:before { margin-left: 0; margin-top: 0; width: 15px; height: 15px; left: -5px; top: -5px; }
    /*.video-play{left: 0;width: 100%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
   	.video-play-close{right: 0;background-size: 60%;}*/

    .ind-main { padding: 15px 25px 0 25px; }
    .ind-prod-tit { padding-bottom: 20px; padding-top: 30px; }
    .ind-prod-tit.animated:before { width: 80%; left: 10%; }
    .ind-prod-tit span { font-size: 18px; }
    .ind-prod-tit img { width: 31px; vertical-align: middle; margin: -15px 3px 0 0; }
    .ind-prod-tit i { top: -5px; }
    .ind-prod-nav a { margin: 10px; font-size: 14px; }
    .ind-prod-nav img { display: block; margin: 0 auto 5px auto; width: 45px !important; height: 45px !important; }
    .ind-prod-nav a:nth-child(5) { display: none; }
    .ind-prod-li { padding: 0 5px; }
    .ind-prod-swiper { padding: 0 5px; }
    .ind-prod-li-a { padding: 30px 10px; font-size: 12px; }
    .ind-prod-li-a:hover { box-shadow: none; transform: none; }
    .ind-prod-li-a .tit { margin-bottom: 0; font-size: 16px; }
    .ind-prod-link { display: none; }
    .ind-sec { padding: 15px 0; width: 100%; }
    .ind-cont { margin-bottom: 15px; }
    .ind-tit { font-size: 16px; font-weight: bold; }

    /*关于我们*/
    .banner-img { min-height: inherit; }
    .banner-tit { top: 39%; font-size: 22px; text-shadow: none; }
    .about-nav { box-shadow: none; position: relative; margin-bottom: 20px; }
    .about-con-warp { position: relative; }
    .about-con { position: absolute; top: -999px; right: 0; background: #FFF; width: 100%; height: auto; z-index: 2; box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .06); }
    .about-con.active { top: 0; }
    .about-btn { display: block; border-bottom: 1px solid #EEE; z-index: 3; width: 100%; background: #FFF; }
    .about-nav img { display: none !important; }
    .about-nav a { padding-top: 5px; border-bottom: 1px solid #F1F1F1; width: 100%; height: 50px; line-height: 40px; font-size: 14px; }
    .about-nav a.active { background: none; color: #333; }
    .about-tit { padding-top: 30px; padding-bottom: 20px; font-size: 20px; }
    .about-intro { padding: 0 15px; font-size: 16px; line-height: 30px; }
    .about-intro p { margin: 0; line-height: 25px; font-size: 10px; }
    .about-tit { display: none; }
    .about-intro-p .tit { font-size: 18px; text-align: center; font-weight: bold; }
    .about-num { padding: 15px 0; }
    .about-num-a { font-size: 12px; }
    .about-num-a .tit { height: inherit; font-size: 20px; }
    .about-num-a p { margin-bottom: 0; }
    .about-num-a p i { font-size: 18px; }
    .about-video-tit .tit { padding-top: 10px; font-size: 16px; }
    .about-video { height: 200px; }
    .culture { padding: 0 15px 50px 15px; }
    .culture-li-cont { padding: 0 20px; }
    .culture-li-tit { padding: 15px 0px; font-size: 18px; font-weight: bold; }
    .culture-li-p { width: 76%; font-size: 14px; line-height: 26px; }
    .culture-li-p .tit { font-size: 16px; }
    .culture-li-desc { padding: 15px 0; }
    .culture-li-desc img { width: 48px; margin-right: 10px; }
    .honor-intro-a { padding: 5% 13%; height: 109px; font-size: 12px; line-height: 24px; }
    .honor-li-tit { padding: 5px 10px; font-size: 14px; }
    .big-img { left: 10%; width: 80%; margin-left: 0; }

    .honor-page { padding: 20px 0 50px 0; }
    .honor-page .swiper-pagination-bullet:before { margin-left: -9px; margin-top: -9px; width: 18px; height: 18px; }

    /*常见问题*/
    .answer { padding: 0 15px 50px 15px; }
    .answer-ul { margin: 0 0 50px 0; overflow: hidden; }
    .answer-tit { padding: 0 0 10px 0; font-size: 18px; }
    .answer-li .tit { margin-right: 15px; width: 24px; line-height: 24px; height: 24px; font-size: 14px; }
    .answer-li-tit { padding: 10px; line-height: 24px; background-size: 10px; }
    .answer-li-tit .desc { font-size: 14px; }
    .answer-li-p { width: 79%; line-height: 24px; font-size: 14px; }
    .answer-li-cont { padding: 15px 10px; }

    /*下载中心*/
    .down-ul { margin: 0 0 50px 0; overflow: hidden; }
    .answer.report .down-ul { margin-top: 10px; }
    .down-li-pic { width: 60px; background-size: 20px; }
    .down-li { padding: 10px 70px; }
    .down-li-intro .tit { font-size: 14px; }
    .down-li-i { margin-top: -20px; right: 10px; width: 40px; height: 40px; background-size: 20px; }

    /*产品中心*/
    .prod-main { padding: 15px; }
    .prod-tit { top: 30%; left: 5%; width: 100%; margin-left: 0; font-size: 16px; }
    .prod-tit .tit { margin-bottom: 5px; font-size: 22px; }
    .prod-nav:before { opacity: .8; }
    .prod-nav { position: relative; top: 0; }
    .prod-nav-a { padding: 10px; width: 33.333%; font-size: 12px; min-height: 100px; box-sizing: border-box; overflow: hidden; }
    .prod-nav-a:nth-child(n-4).prod-nav-a:after { content: ''; position: absolute; right: 0; bottom: 0; height: 1px; width: 100%; background: #fff; opacity: .1; }
    .prod-nav-a:first-child:after { top: inherit; }
    .prod-nav-a img { margin-bottom: 0; width: 40px; height: 40px; }
    .prod-menu { padding: 0; border-bottom: none; }
    .prod-menu-btn { display: block; border-bottom: 1px solid #EEE; z-index: 3; width: 100%; background: #FFF; }
    .prod-menu-btn:before { content: ''; position: absolute; right: 13px; top: 15px; width: 20px; height: 20px; background: url(../images/icon70.png) no-repeat center; background-size: 16px; transition: all .3s ease; -webkit-transition: all .3s ease; }
    .prod-menu-warp { position: relative; }
    .prod-menu-tit { padding: 0; position: absolute; top: -999px; right: 0; background: #FFF; width: 100%; height: auto; z-index: 2; box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, .06); }
    .prod-menu-tit.active { top: 0; }
    .prod-menu-a { padding: 5px 15px 5px 15px; border-bottom: 1px solid #F1F1F1; width: 100%; height: 50px; line-height: 40px; font-size: 14px; }
    .prod-menu-a:last-child { border-bottom: none; }
    .prod-menu-a:before { content: ''; position: relative; right: 0; top: 18px; width: 12px; height: 13px; /*background: url(../images/icon71.png) no-repeat center center; background-size: 12px;*/ display: inline-block; float: right; }
    .prod-ser { width: 100%; display: none; }
    .prod-menu-c { padding: 15px; margin-top: 0; border-bottom: 1px solid #e2e2e2; }
    .prod-menu-c a { margin-right: 0; font-size: 12px; width: 50%; text-align: left; }
    .prod-ul { padding: 5px; margin: 0 5px; }
    .prod-li { width: 50%; }
    .prod-li-a { padding: 0; font-size: 16px; }
    .prod-li-a:hover { color: inherit; }
    .prod-li-a:hover .prod-li-a-link { top: -35px; left: -35px; }
    .prod-li-a:hover img { transform: inherit; -webkit-transform: inherit; }
    .prod-li-a-con-tit { overflow: hidden; height: 65px; margin: 10px; }
    .prod-li-a-con-tit p { overflow: hidden; height: 65px; display: table-cell; text-align: center; vertical-align: middle; width: 240px; line-height: 21px; }
    .prod-intro-main { width: 100%; margin: 15px auto 0 auto; }
    .prod-intro-btn { width: 15px; }
    .prod-intro-next { right: -30px; }
    .prod-intro-prev { left: -30px; }
    .prod-intro { padding: 0; }
    .prod-current { padding: 15px; display: none; }
    .prod-current-c { width: 100%; }
    .prod-current-c a { margin-left: 0; margin-right: 15px; }
    .prod-intro-p { padding: 0 20px; font-size: 14px; line-height: 24px; min-height: inherit; }
    .prod-intro-tit { margin-bottom: 10px; padding-bottom: 10px; }
    .prod-intro-tit .tit { margin-bottom: 5px; font-size: 18px; }
    .prod-detail { padding-bottom: 0; }
    .prod-detail-nav a { font-size: 16px; line-height: 50px; }
    .prod-detail-nav-warp { height: 66px; }
    .prod-detail-nav.active a { line-height: 50px; border-bottom: none; }
    .prod-detail-nav a.active:after, .prod-detail-nav a:hover:after { width: 35%; left: 33%; transition: all 0.5s ease; }
    .prod-down { padding: 0 15px; }
    .prod-down-a { padding: 15px 30px; line-height: 30px; font-size: 14px; }
    .prod-down-a i { width: 20px; background-size: 25px !important; }
    .prod-down-a span { top: 15px; padding-left: 15px; font-size: 14px; background-size: 12px; }
    .prod-hot { padding: 0 10px; }
    .prod-hot-tit { padding: 20px 0; }
    .prod-hot-tit-p { font-size: 16px; padding-left: 46px; }
    .prod-hot-tit-p:before { content: ''; position: absolute; left: 0; top: 0; width: 50px; height: 36px; margin-top: -3px; background: url(../images/icon72.png) no-repeat center center; background-size: 32px; background-size: 32px; }

    /*联系我们*/
    .contact { padding: 10px 15px 50px 15px; }
    .contact-tit { margin-bottom: 30px; font-size: 14px; line-height: 30px; }
    .contact-tit .tit { margin-bottom: 10px; font-size: 20px; }
    .contact-desc { font-size: 16px; line-height: 24px; float: none; padding: 0; }
    .contact-desc p:first-child { margin-bottom: 15px; font-size: 16px; }
    .contact-desc .tit { font-size: 16px; margin-bottom: 15px; }
    .contact-desc p { margin-bottom: 15px; }
    .contact-desc p a { display: inline-block; }
    .contact-desc img { margin-right: 5px; margin-top: 0; width: 20px; }
    .contact-map { height: 260px; }
    .contact-form { padding: 0; margin-bottom: 32px; }
    .contact-dl { margin-bottom: 15px; line-height: 40px; }
    .contact-dt { padding-left: 10px; width: 83px; font-size: 14px; }
    .contact-dd { width: 73%; }
    .contact-dd input { height: 40px; line-height: 40px; font-size: 14px; }
    .contact-dd textarea { line-height: 20px; font-size: 14px; height: 70px; padding: 10px 20px; }

    /*人才理念*/
    .person-intro { padding: 0 15px 40px 15px; }
    .person-top { font-size: 14px; line-height: 30px; }
    .person-tit { font-size: 18px; padding-top: 35px; padding-bottom: 20px; }
    .person-intro-p { font-size: 14px; line-height: 30px; }
    .person-intro-p .tit { padding-bottom: 15px; margin-bottom: 20px; font-size: 16px; }
    .person-ques-ul { padding-top: 0; padding-bottom: 40px; }
    .person-ques-li { margin-bottom: 30px; width: 100%; }
    .person-ques-pic { margin-bottom: 20px; }
    .person-ques-li.bor { border: none; }

    /*社会招聘*/
    .join-tit { padding-top: 40px; padding-bottom: 30px; font-size: 20px; }
    .join-nav { margin-bottom: 30px; }
    .join-nav a { font-size: 16px; }
    .join-nav span { margin: 0 10px; }
    .join-ul { padding: 0 15px; }
    .join-li { padding: 0 15px; }
    .join-li-tit { padding: 15px 20px 15px 35px; }
    .join-li-tit-p p { width: 100%; font-size: 14px; line-height: 24px; }
    .join-li-intro { font-size: 14px; line-height: 24px; }
    .join-li-intro .item:first-child { padding-right: 0; margin-bottom: 20px; }
    .join-li-intro .item { width: 100%; }
    .join-step { padding: 0 15px; }
    .join-channel { padding: 0 15px; }
    .join-channel-li { margin: 0 0 15px 0; padding: 20px; width: 100%; height: auto; font-size: 14px; }
    .join-channel-li .tit { margin-bottom: 10px; font-size: 18px; }
    .join-channel-li img { margin-top: 15px; }

    /*视频中心*/
    .video-ul { padding: 0 10px; }
    .video-li { padding: 0 10px; width: 100%; }
    .video-li-a { padding: 10px; }
    .video-icon i { background-size: 54px !important; margin-bottom: 10px; width: 50px; height: 50px; }
    .ind-cont .video-icon p { font-size: 16px; }
    /*新闻中心*/
    .news-ul { padding: 0 15px; }
    .news-li-a { padding: 15px 0; }
    .news-li:first-child .news-li-a { padding-top: 0; }
    .news-li-a:hover .tit { color: #333 !important; }
    .news-li-a:hover:before { width: 0; }
    .news-li-pic { float: none; }
    .news-li-pic img { width: 100%; }
    .news-li-desc { padding: 10px 0 0 0; width: 100%; }
    .news-li-desc .tit { font-size: 16px; line-height: 30px; }
    .news-li-desc .time { margin: 5px 0; font-size: 12px; }
    .news-li-desc .desc { font-size: 14px; color: #666; }
    .details { padding: 0 15px; }
    .details-tit { margin-bottom: 15px; font-size: 16px; font-weight: bold; }
    .details-time { padding: 10px 0; line-height: 20px; }
    .details-time p { margin: 0 5px; font-size: 12px; }
    .details-intro { padding-bottom: 35px; font-size: 14px; }
    .details-intro p { margin-bottom: 15px; }
    .details-intro img { margin-bottom: 15px; }
    .details-com-a { width: 100%; }
    .details-com-a a { padding: 10px 0; font-size: 12px; line-height: 20px; }
    .details-com-c { display: none; }

    /*展会活动*/
    .show { padding: 15px 0; }
    .show-li { padding: 0 20px; height: auto; }
    .show-li-bg { box-sizing: inherit; padding: 35px; }
    .show-li-cont { padding: 0 10px 40px 10px; height: auto; width: 100%; float: none; font-size: 13px; }
    .show-li-pic img { max-width: 42%; padding: 10px 0 5px 0; }
    .show-li .tit { margin-bottom: 5px; font-size: 16px; }
    .show-li-btn { position: absolute; left: 50%; font-size: 14px; color: #fff; text-indent: 30px; bottom: -16px; margin-left: -53px; width: 108px; height: 34px; line-height: 34px; border-radius: 24px; background: #005fb4; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1); }
    .show-li-btna { position: absolute; left: 50%; bottom: -18px; margin-left: -46px; width: 80px; height: 34px; line-height: 34px; text-align: center; color: #fff; border-radius: 24px; background: #000; box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1); }
}

@media screen and (max-width: 320px) {
    .ind-prod-nav img { width: 60px; }
    .ind-prod-nav a:nth-child(n+4) { display: none; }
    .contact-desc p:first-child { font-size: 16px; }
    .contact-desc p { font-size: 12px; }
    .contact-con-txt { font-size: 14px; }
    .contact-con-item { background-size: 38px !important; }
    .prod-menu-a { width: 50%; }
    .prod-menu-a:nth-last-child(-n+3) { border-bottom: dotted 1px #EEE; }
    .prod-menu-a:nth-last-child(-n+2) { border-bottom: none; }
}



.inves { overflow: hidden; padding: 50px 50px 100px 50px; }
.inves_item { width: 50%; }
.inves_item:first-child { float: left; padding-right: 5%; }
.inves_item:last-child { float: right; padding-left: 5%; }
.inves_tit { padding-left: 8px; position: relative; font-size: 16px; color: #333; line-height: 42px; width: 100%; text-align: left; margin-top: 6px; float: left; height: 42px; margin-bottom: 20px; text-align: left; }
.inves_tit:after { content: ''; position: absolute; left: 0; top: 31%; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; display: block; background: #01569b; width: 3px; height: 17px; float: left; }
.inves_tit_more { float: right; background: no-repeat; text-align: right; color: #666; font-size: 14px; font-weight: normal; }
.inves_tit_more:hover { color: #01569c; }
.inves_item_list { background: #fff; clear: both; height: 360px; }
.inves_item_list a { display: block; line-height: 46px; color: #333; border-bottom: 1px solid #eef0f6; height: 46px; overflow: hidden; }
.inves_item_list a:hover { color: #01569c; }
.inves_item_list a span { display: inline-block; float: right; }
.inves_item_list a img { width: 16px; vertical-align: middle; margin-right: 3px; }



@media screen and (max-width: 1024px) {
    .inves_tit { line-height: 32px; height: 32px; margin: 10px 0; font-weight: bold; }
    .inves_tit:after { top: 25%; }
    .inves { overflow: hidden; padding: 0 15px 50px 15px; }
    .inves_item { width: 100%; float: none; padding: 0 !important; }
    .inves_item:last-child { margin-top: 20px; }
    .inves_item_list { height: auto; }
    .inves_item_list a:last-child { border-bottom: none; }
    .inves_item_list a img { width: 16px; vertical-align: middle; margin-right: 3px; }
}
